TQATextureDelete
A drawing engine may define a method to delete a texture map. This method is optional and must be supported only by drawing engines that support texture mapping.
typedef void (*TQATextureDelete) (TQATexture *texture);
texture
- A texture map.
DESCRIPTION
YourTQATextureDelete
function is called whenever an application callsQATextureDelete
. Your function should delete the texture map specified by thetexture
parameter.